home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- import java.io.ObjectInputValidation;
- import javax.swing.event.DocumentEvent.EventType;
-
- final class AbstractDocument$1 implements ObjectInputValidation {
- // $FF: synthetic field
- private final AbstractDocument this$0;
-
- // $FF: synthetic method
- AbstractDocument$1(AbstractDocument var1) {
- this.this$0 = var1;
- }
-
- public void validateObject() {
- try {
- this.this$0.writeLock();
- AbstractDocument.DefaultDocumentEvent var3 = new AbstractDocument.DefaultDocumentEvent(this.this$0, 0, this.this$0.getLength(), EventType.INSERT);
- AbstractDocument.access$0(this.this$0, var3);
- } finally {
- this.this$0.writeUnlock();
- }
-
- }
- }
-